Nevron.Nov.UI Namespace / NElementMediaExporter<TContent> Class
Fields Properties Methods


In This Topic
    NElementMediaExporter<TContent> Class Members
    In This Topic

    The following tables list the members exposed by NElementMediaExporter<TContent>.

    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the exported element  
    Public PropertyGets or sets the desired export resolution for converting between lenght and pixel measures.  
    Top
    Protected Properties
     NameDescription
    Protected Internal PropertyGets the actual element that is going to be expored.  
    Protected Internal PropertyGets the document used for export.  
    Top
    Public Methods
     NameDescription
    Public MethodShows a preview of the media export and saves it to the specified file when the user clicks on the OK button. The dialog has OK/Cancel buttons and no other buttons for export, since the action is focused on saving the exported content to file.  
    Public MethodShows a preview of the media export. The dialog has actions for performing the export to different targets (clipbard, user selected files etc.) The dialog only has Close button, so the returned promise has no window result.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDefines whether this exporter supports export to file functionality (Print Exporter for example does not support this feature)  
    Protected MethodCreates an export dialog window.  
    Protected MethodMust override to create the export document which contains the element being exported.  
    Protected Internal MethodGets the export content title - this information tries to read the Title field of the document.Information attribute.  
    Protected Internal MethodGets the export target title - e.g. Export to PDF, Export to Raster etc.  
    Protected MethodCalled when the export document has been created.  
    Protected MethodCalled before the export performs an export of the content to some media.  
    Protected MethodMust override in case CanSaveToFile() returns true to perform a save to file with the selected settings in the dialog (if any).  
    Top
    See Also